<DOMSymbolItem xmlns="http://ns.adobe.com/xfl/2008/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="Symbol 365" itemID="6a9db000-000000ef" lastModified="1788719115">
     <timeline>
          <DOMTimeline name="Symbol 365">
               <layers>
                    <DOMLayer name="Script Layer" color="#fbb4ed">
                         <frames>
                              <DOMFrame index="0" keyMode="9728">
                                   <Actionscript>
                                        <script>i = 1;
var smokeInt = setInterval(function()
{
   i++;
   attachMovie("blockiez_smokeClip","smoke" + i,i);
   eval("smoke" + i)._x = random(40) - 20;
   eval("smoke" + i)._alpha = 30;
   ran = random(2);
   if(ran == 1)
   {
      eval("smoke" + i)._xscale = -100;
   }
   trace("smokeInterVal is On");
}
,500);
this.onUnload = function()
{
   clearInterval(smokeInt);
};
</script>
                                   </Actionscript>
                                   <elements/>
                              </DOMFrame>
                         </frames>
                    </DOMLayer>
               </layers>
          </DOMTimeline>
     </timeline>
</DOMSymbolItem>
